gdk: Document GdkDisplay::setting-changed
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Dec 2017 14:30:44 +0000 (09:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 Dec 2017 16:51:28 +0000 (11:51 -0500)
New api needs documentation.

gdk/gdkdisplay.c

index f56c8ef5ae3a5cab3cc5c2c0ad4ac02011b40142..1d0319aadaf0402971b1b7801b01e39598548923 100644 (file)
@@ -319,6 +319,16 @@ gdk_display_class_init (GdkDisplayClass *class)
                   g_cclosure_marshal_VOID__OBJECT,
                  G_TYPE_NONE, 1, GDK_TYPE_MONITOR);
 
+  /**
+   * GdkDisplay::setting-changed:
+   * @display: the object on which the signal is emitted
+   * @setting: the name of the setting that changed
+   *
+   * The ::setting-changed signal is emitted whenever a setting
+   * changes its value.
+   *
+   * Since: 3.94
+   */
   signals[SETTING_CHANGED] =
     g_signal_new (g_intern_static_string ("setting-changed"),
                  G_OBJECT_CLASS_TYPE (object_class),